type runtime.specialWeakHandle

6 uses

	runtime (current package)
		mgcmark.go#L404: 					spw := (*specialWeakHandle)(unsafe.Pointer(sp))
		mheap.go#L757: 	h.specialWeakHandleAlloc.init(unsafe.Sizeof(specialWeakHandle{}), nil, nil, &memstats.gcMiscSys)
		mheap.go#L2094: type specialWeakHandle struct {
		mheap.go#L2212: 	s := (*specialWeakHandle)(mheap_.specialWeakHandleAlloc.alloc())
		mheap.go#L2289: 		handle = ((*specialWeakHandle)(unsafe.Pointer(*iter))).handle
		mheap.go#L2372: 		sw := (*specialWeakHandle)(unsafe.Pointer(s))